.footer_box{
	background:#1b1b1b;
}
.footer{
	background:#1b1b1b;
	padding:60px 0px;
}
.footer .top .footer_l > ul > li ul li {
    cursor: pointer;
    color: #777;
    line-height: 2;
}
.footer .top .footer_l > ul>li{
	float: left;
	margin-right: 1.7%;
	margin-bottom:5%;
	
}

@media (max-width:1149px) {
	.footer .top .footer_l > ul>li{
		margin-right: 1%;
	}
}
.footer .top .footer_l > ul>li p{
	color:white;
	margin-bottom:10px;
}
.footer .top .footer_l > ul>li p a{
	color: white;
}
.footer .top .footer_l > ul > li ul li a {
    color: #848484;
    line-height: 2;
}
.wx-b label{
	text-align: center;
	display: block;
}


.wx-b span{
	display: inline-block;
	width:46%;
	margin-left:1%;
	max-width:100px;
}
.wx-b span img{
	display: block;
	width:100%;
}
.wx-b label{
	display: block;
	margin-top:10px;
}
.footer_r {
	color:white;
	float: right;
	width:auto;
}
.footer_r .tell{
	color:white;
	font-weight: bold;
	margin-top:35px;
}
.footer_r p{
	margin-bottom:10px;
}
.footer_r p img{
    width: 15%;
    margin-right: 16px;
    max-width: 20px;
    position: relative;
    top: 5px;
}
.footer_c{
	background:#1b1b1b;
	position: relative;
}
.footer_c .el-col-18-l{
    border-top: 1px solid #313131;
    color: #666;
    box-sizing: border-box;
}
.footer_c .copyright{
	 padding:0rem 0.15rem 0rem 0px;
	 padding-top: 0.2rem;
}
.footer_c ul {
    display: flex;
    text-align:right;
    -webkit-justify-content: flex-end;

            justify-content: flex-end;
            overflow: hidden;
}
.footer_c ul li {
    margin-left: 0.15rem;
    padding-left: 0.15rem;
    cursor: pointer;
}
.footer_c ul li{
    padding-top: 0.2rem;
}
.footer_c ul li:last-child{
	padding-top:0px;
}
.footer .top .footer_l > ul > li ul li:hover a{
	color:white;
}
.footer_c  a{
	color:white;
	opacity:0.4;
}

.topnav {
    position: relative;
    cursor: pointer;
    z-index: 111;
    height: 0.6rem;
    display: block;
    width:0.6rem;
    min-width:26px;
    min-height:26px;
}

.topnav img {
    width:100%;
    height:100%;
}

@media only screen and (max-width:1080px) {
	.footer .top .footer_l > ul > li ul li {
		display: none;
	}
	.footer_c ul{
		 -webkit-justify-content: flex-start;

            justify-content: flex-start;
	}
}
@media only screen and (max-width:767px) {
	.wx-b{
		float: inherit;
	}
	.footer_r {
		color: white;
		float: none;
	}
	.footer_c ul {
		display: block !important;
	}
	.footer_c ul li {
		float: left;
	}
	.topnav{
		display: none;
	}
}